home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / amiexpress / source / ae / code / acp3.00 / includes / startprocess_protos.h < prev   
Encoding:
C/C++ Source or Header  |  1996-02-18  |  261 b   |  24 lines

  1. /* Prototypes for functions defined in
  2. StartProcess.c
  3.  */
  4.  
  5.  
  6. #ifndef __NOPROTO
  7.  
  8. #ifndef __PROTO
  9. #define __PROTO(a) a
  10. #endif
  11.  
  12. #else
  13. #ifndef __PROTO
  14. #define __PROTO(a) ()
  15.  
  16. #endif
  17. #endif
  18.  
  19.  
  20. extern struct TagItem tags[];
  21.  
  22. int StartProcess __PROTO((char *, ULONG ));
  23.  
  24.